home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !SFskyedit / h / Render < prev    next >
Encoding:
Text File  |  2003-09-12  |  304 b   |  15 lines

  1. /*
  2.  *  SFskyedit - Star Fighter 3000 sky colours editor
  3.  *  Sky renderer
  4.  *  Copyright (C) 2001  Chris Bazley
  5.  */
  6.  
  7. #ifndef SFSRender_h
  8. #define SFSRender_h
  9.  
  10. #include "SFformats.h"
  11.  
  12. extern void sky_drawsky(int height_scaler, SF_SkyColours **sky_address, void *screen_address, int scrstart_offset);
  13.  
  14. #endif
  15.